From: Jan Djärv Date: Tue, 3 Feb 2004 17:00:50 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24286 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c712f91e8f26192e0544aacd1deab2b380795bd7;p=emacs.git Fix typo. --- diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 85a691dea1d..ef9bb5fc08c 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -234,7 +234,7 @@ TYPES is a list of types the source supports." The handler is first localted by looking at `x-dnd-protocol-alist'. If no match is found here, and the value of `browse-url-browser-function' is a pair of (REGEXP . FUNCTION), those regexps are tried for a match. -If no match is found, just call `x-dnd-insert-text,A4(B. +If no match is found, just call `x-dnd-insert-text'. WINDOW is where the drop happend, ACTION is the action for the drop, ARG is the URL that has been dropped. Returns ACTION."